home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 December / PCWDEC06.iso / Software / Trial / Paint Shop Pro XI / Data1.cab / ccs_phone.htm < prev    next >
Encoding:
Extensible Markup Language  |  2006-08-04  |  4.2 KB  |  147 lines

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <!DOCTYPE html
  3. PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  4. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> 
  5. <html xmlns="http://www.w3.org/1999/xhtml">
  6. <head>
  7.         <title>Corel Customer Service</title>
  8.         <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5" />
  9.     <meta http-equiv="MSThemeCompatible" content="yes" />
  10.     <link href="ccc.css" type="text/css" rel="STYLESHEET" />
  11.         <script src="ccc.js"></script>
  12.         <script    language="javascript">
  13.         <!--
  14.             var aData = new Array(
  15.                 "North America;800-772-6735",
  16.                 "U.K.;0800 376 9271",
  17.                 "Europe- if country is not listed separately;+44 (0) 1628 581601",
  18.                 "Argentina;0800-666-1451",
  19.                 "Austria;0800 677 027",
  20.                 "Australia;1-800-658-850",
  21.                 "Belgium (Dutch);0800 49 861",
  22.                 "Belgium (French);0800 49 860",
  23.                 "Brazil;0800-891-8997",
  24.                 "Czech Republic and Slovakia;420 224 239 645",
  25.                 "China;1-0800-610-2323",
  26.                 "Colombia;01-800-518-0154",
  27.                 "Denmark;80 882 219",
  28.                 "Finland;0-800-1-16331",
  29.                 "France;0805 639 920",
  30.                 "Germany;0800 101 6079",
  31.                 "Hong Kong;800-964-514",
  32.                 "Hungary;361 481 2160",
  33.                 "Indonesia;001-803-61-539",
  34.                 "Ireland;1800 992 911",
  35.                 "Israel;44 1628 581601",
  36.                 "Italy;800 986 250",
  37.                 "Japan;(03) 5977-3793",
  38.                 "Luxembourg;44 1628 581601",
  39.                 "Malaysia;1-800-80-7895",
  40.                 "Mexico;001800-514-9196",
  41.                 "Netherlands;0800 020 3700",
  42.                 "New Zealand;0508-COREL-1",
  43.                 "Norway;800 10972",
  44.                 "Poland;48 71 347 7279",
  45.                 "Portugal;44 1628 581601",
  46.                 "Singapore;800-6161-853",
  47.                 "South Africa;0800 992 570",
  48.                 "South Korea;82 2 392 4198",
  49.                 "Spain;800 098 125",
  50.                 "Sweden;0200 885 065",
  51.                 "Switzerland (German);0800 000 787",
  52.                 "Switzerland (French);0800 000 786",
  53.                 "Taiwan;0-0801-61-1411"
  54.                 );
  55.  
  56.             function FillData()
  57.             {
  58.                 for (i = 0; i < aData.length; i++)
  59.                 {
  60.                     var oOption;
  61.                     var ssData = aData[i].split(";");
  62.                     
  63.                     oOption = document.createElement("OPTION");
  64.                     cmbRegion.options.add(oOption);
  65.  
  66.                     oOption.innerText = ssData[0];
  67.                     oOption.value = i;
  68.                 }
  69.                 
  70.                 cmbRegion.selectedIndex = 0;
  71.                 showCustomerServiceInfo();
  72.                 cmbRegion.setActive();
  73.             }
  74.                         
  75.             function showCustomerServiceInfo() 
  76.             {
  77.                 if (cmbRegion.selectedIndex >= 0)
  78.                 {
  79.                     var ssData = aData[cmbRegion.selectedIndex].split(";");
  80.                     
  81.                     dataLabel.innerText = ssData[0];
  82.                     dataPhone.innerText = ssData[1];
  83.                 }
  84.             }
  85.         -->
  86.         </script>
  87.          <div id="pcu_data" style="DISPLAY: none">
  88.             PageDimension:700,440
  89.         </div>
  90.  </head>
  91.   <body onload="FillData()" oncontextmenu="event.returnValue=false">
  92.     <table align="center" height="100%">
  93.         <tr height="120px">
  94.                 <td width="565px" style="background:url(images/contact_us.jpg) no-repeat; vertical-align:middle">
  95.                     <span style="color:white;font-size:13px;font-weight:bold;">
  96.                     Corel Customer Service Phone Numbers
  97.                     </span>
  98.                 </td>
  99.             </tr>
  100.             <tr>
  101.                 <td>
  102.                     <br />
  103.                     <br />
  104.                     <label accesskey="S" for="cmbRegion"><u>S</u>elect your region:</label>
  105.                     <select id="cmbRegion" style="width: 300px" onchange="showCustomerServiceInfo()">
  106.                     </select>
  107.                     <br />
  108.                     <br />
  109.                     <br />
  110.       <table width="620" border="0">
  111.         <tr>
  112.           <td width="275">Region</td>
  113.           <td width="142">Phone Number</td>
  114.           <td width="189"> </td>
  115.         </tr>
  116.       </table> </td>
  117.             </tr>    
  118.             <tr>
  119.                 <td>
  120.                     <table width="620px" bordercolor="gray" border="1">
  121.                             <tr height="20px">
  122.                                     <td id="dataLabel" style="width: 40%">
  123.                                     </td>
  124.                                     <td id="dataPhone" style="width: 50%">
  125.                                     </td>
  126.                             </tr>
  127.                     </table>
  128.                 </td>
  129.             </tr>
  130.             <tr height="100%" valign="top">
  131.                 <td height="100%">
  132.                 <p><br />
  133.       </p>
  134.       <p><font size="-1">For a complete list of Corel Customer Service phone numbers, please visit 
  135.         <a href="http://www.corel.com/contactus" target="_blank">www.corel.com/contactus</a> <br />
  136.         </font><br />
  137.       </p></td>
  138.             </tr>
  139.             <tr>
  140.                 <td align="center">
  141.                     <button type="submit" accesskey="C" onclick="location='pcucmd://Cancel?confirm=no'"><u>C</u>lose</button>
  142.                 </td>
  143.             </tr>
  144.         </table>
  145.   </body>
  146. </html>
  147.